net/http.http2writeResHeaders.streamID (field)

5 uses

	net/http (current package)
		h2_bundle.go#L6204: 			streamID:      rws.stream.id,
		h2_bundle.go#L6245: 			streamID:  rws.stream.id,
		h2_bundle.go#L9910: 	streamID    uint32
		h2_bundle.go#L9970: 			StreamID:      w.streamID,
		h2_bundle.go#L9976: 		return ctx.Framer().WriteContinuation(w.streamID, lastFrag, frag)